-
Notifications
You must be signed in to change notification settings - Fork 636
🏃 e2e: Rewrite kubernetes main branch conformance to use clusterctl #1760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏃 e2e: Rewrite kubernetes main branch conformance to use clusterctl #1760
Conversation
|
/test pull-cluster-api-provider-aws-make-conformance |
b6b0070 to
f2e1a0b
Compare
|
/test pull-cluster-api-provider-aws-make-conformance |
577aeca to
991d5c1
Compare
991d5c1 to
7475970
Compare
7475970 to
4d2736b
Compare
|
/test pull-cluster-api-provider-aws-make-conformance |
|
/hold |
|
Pending a passing run on conformance |
4d2736b to
c799b7d
Compare
|
/test pull-cluster-api-provider-aws-make-conformance |
|
OK, conformance is passing, but I have a small Makefile change to do. |
2c8058b to
6880b00
Compare
|
Done |
6880b00 to
3b1480c
Compare
3b1480c to
a891ab7
Compare
|
rebased |
a891ab7 to
6c3e04b
Compare
|
And again |
|
/test pull-cluster-api-provider-aws-make-conformance |
6c3e04b to
92aa94b
Compare
|
Rebased again. The test/e2e_new/kubetest is temporary, with the plan to move it into CAPI's test framework as part of kubernetes-sigs/cluster-api#3306 |
test/e2e_new/data/kubetest/kustomization/kustomizeversions.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes look good to me, could you link to a completed conformance test using this change? I'd like to see what the prow output looks like
|
@detiber https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-aws/1760/pull-cluster-api-provider-aws-make-conformance/1276074049079873536 is a typical run. I then renamed |
92aa94b to
21ab1c9
Compare
Signed-off-by: Naadir Jeewa <[email protected]>
21ab1c9 to
ca931b5
Compare
|
rebased |
|
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test pull-cluster-api-provider-aws-test |
Signed-off-by: Naadir Jeewa [email protected]
What this PR does / why we need it:
Moves the conformance test to be part of the new clusterctl e2e test suite, which should make it easier to maintain in the long term.
test/e2e_new/conformance is designed to be copied to Cluster API core. Some concurrent testing has been done with capd.
Additional changes to e2e suite include:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #1610
Fixes #1587
Fixes kubernetes/kubernetes#91860